home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / graphics / transfig / transfig.README < prev   
Text File  |  1995-01-23  |  3KB  |  60 lines

  1. TransFig 3.1.1 is available on ftp.x.org in /contrib/applications/drawing_tools/transfig.
  2. Be sure to set binary mode when transferring.
  3.  
  4. TransFig is a set of tools for creating TeX documents with graphics
  5. which are portable, in the sense that they can be printed in a wide
  6. variety of environments.
  7.  
  8. The transfig directory contains the source for the transfig command
  9. which generates a Makefile which translates Fig code to various graphics
  10. description languages using the fig2dev program.  In previous releases,
  11. this command was implemented as a shell script.
  12.  
  13. The fig2dev directory contains a general program for translating from
  14. Fig code to other graphics desciption languages.  The dev subdirectory
  15. contains a library of output drivers used by fig2dev.
  16.  
  17. Drivers currently exist for the following graphics langauges:
  18. (E)EPIC macros, LaTeX picture environment, PIC, PiCTeX, PostScript, and TeXtyl.
  19. Fig2dev can be configured with a subset of these drivers
  20.  
  21. I have taken over the maintenance of TransFig from Micah Beck so please send any
  22. bug notices, fixes, contributions etc to me at bvsmith@lbl.gov.
  23.  
  24. - Brian V. Smith
  25. - Lawrence Berkeley Laboratory
  26.  
  27. ===============================================================================
  28. Version 3.1
  29. ===============================================================================
  30. Patchlevel 1 (Jan 24, 1995)
  31. Changes from patchlevel 0:
  32.  
  33. Bugs Fixed:
  34.  
  35. o eps files with binary data (!) now handled correctly
  36. o -f option to PostScript driver with unknown PostScript font name caused
  37.     seg fault
  38. o increased resolution of unitlength specifier in latex/epic drivers - was
  39.     rounding 0.00083333 to 0.0008.
  40. o dash length not set correctly for epic driver
  41. o area fill values incorrectly interpreted for some drivers other than
  42.     PostScript - this also made fig2dev outpus spurious %s%s(%d%d)}
  43.     for epic/eepic
  44. o linejoin set instead of linecap in postscript output
  45. o sets linecap to ROUND for ellipses and closed splines with dotted lines
  46. o defines showpage as null for included EPS files instead of removing the
  47.     word "showpage" from them
  48. o definition for XCOMM in Imakefiles for those running R4
  49. o bug in freeing xpm image structure incompatible pointer type
  50. o bug in fig2dev/Imakefile variable for including -ldbm explicitly
  51. o removed -lnsl option from fig2dev/dev/Imakefile - imake files should
  52.     automatically add this to the Makefile for Solaris (SVR4) systems
  53. o note added to README that you must do "make" before "make install"
  54. o bug in reading text for linux os - text size was set to 0
  55. o bcopy changed to memcpy call in dev/readpics.c
  56. o SVR4 condition added to transfig/transfig.h for including string.h
  57. o variable in fig2dev/Imakefile and fig2dev/dev/Imakefile for include
  58.     directory for xpm files if your xpm headers are not in the default X11
  59.     include directory
  60.